home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #8 / IMG 51 Vol 5-8.iso / Goodies / More For Your Games / MacMAME / Documentation / MAME What's New / MAME What's New.rsrc / TEXT_157.txt < prev    next >
Text File  |  1997-10-20  |  1KB  |  28 lines

  1. 0.4
  2.  
  3. Program:
  4. - Bagman support (wrong colors)
  5.  
  6. - Early Wizard of Wor support (not playable).
  7.  
  8. - New experimental AY-3-8910 sound emulation code provided by Andy Milne
  9.   (andy@canetics.com). This sounds better in some places and worse in others.
  10.   It is used by Crazy Climber, Crazy Kong and Bagman. Let me know what you
  11.   think.
  12.  
  13. Source:
  14. - Optimizations in drawgfx(), Mr. Do!'s title screen and intermissions now
  15.   run faster, Crazy Climber and Crazy Kong benefit as well.
  16.  
  17. - Use version 1.1 of Z80Em by Marcel de Kogel. Faster!
  18.   (note that I had to make a couple of changes to Z80.c to make Crazy
  19.   Climber work).
  20.  
  21. - Handle IN and OUT instructions in the same way as memory accesses (table
  22.   of handler functions). The parameters of the functions are the same, so
  23.   the same function can be used both for memory and ports.
  24.   Had to change the driver structure, removed the pointers to _in and _out
  25.   functions and added port_read and port_write array pointers.
  26.   Also defined a generic interrupt_vector_w() function, this makes the Pac
  27.   Man driver tinier (look at pacman/machine.c, it's now there only to handle
  28.   the cheat).